From 5b779c4c17a344ab9b768774d97ff844d79d4b30 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 21 May 2010 19:18:04 +0000 Subject: [PATCH] Change text to Users for bug 23620 --- includes/api/ApiQueryUserContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryUserContributions.php b/includes/api/ApiQueryUserContributions.php index c866def2ff..24a03b7741 100644 --- a/includes/api/ApiQueryUserContributions.php +++ b/includes/api/ApiQueryUserContributions.php @@ -417,7 +417,7 @@ class ApiQueryContributions extends ApiQueryBase { 'start' => 'The start timestamp to return from', 'end' => 'The end timestamp to return to', 'continue' => 'When more results are available, use this to continue', - 'user' => 'The user to retrieve contributions for', + 'user' => 'The users to retrieve contributions for', 'userprefix' => "Retrieve contibutions for all users whose names begin with this value. Overrides {$p}user", 'dir' => 'The direction to search (older or newer)', 'namespace' => 'Only list contributions in these namespaces', -- 2.20.1